Class org.omg.CORBA.FloatHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.FloatHolder
java.lang.Object
|
+----org.omg.CORBA.FloatHolder
- public final class FloatHolder
- extends Object
A Holder class for floats for use with out and in/out IDL parameters.
-
value
-
the float value held by the FloatHolder
-
FloatHolder()
-
construct the FloatHolder with null initial value
-
FloatHolder(float)
-
construct the FloatHolder with the given float
value
public float value
- the float value held by the FloatHolder
FloatHolder
public FloatHolder()
- construct the FloatHolder with null initial value
FloatHolder
public FloatHolder(float initial)
- construct the FloatHolder with the given float
- Parameters:
- initial - the float used to initialize the FloatHolder value
All Packages Class Hierarchy This Package Previous Next Index